home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1995 November / Macworld Nov ’95.toast / Developers / internet-free-mac-lang-10 / Internet Free MacLang 1.0 / Internet Free MacLang 1.0.rsrc / TEXT_143.txt < prev    next >
Encoding:
Text File  |  1995-07-03  |  9.1 KB  |  260 lines

  1.  
  2.  
  3.                                                 FORTH
  4.  
  5. Etymology:
  6. FORTH = FOuRTH  
  7.  
  8. FAQ:
  9. Doug Philips:
  10. ftp://rtfm.mit.edu/pub/usenet/news.answers/ForthFaq/
  11. http://www.lib.ox.ac.uk/internet/news/faq/by_category.forthfaq.html
  12.  
  13.  
  14.                                                  1. KEVO
  15.  
  16. Etymology: see *
  17.  
  18. MAC NAME:  Kevo                                     
  19.  
  20. VERSION: 09.b9                                 
  21.  
  22. README:
  23. "Kevo is a prototype-based object-oriented system build around a very simple object model. Unlike most object-oriented systems, Kevo does not have classes. And unlike the few other prototype-based object-oriented systems (such as Self), Kevo does not feature delegation. Instead of classes and delegation, Kevo is based on concatenation: unrestricted composition of object interfaces. In concatenation, objects are derived from each other simply by cloning (copying) and subsequently modifying them so as to differentiate them from each other. The system automatically maintains information about clone families (groups of similar objects) and their derivation relationships."
  24.  
  25.  
  26. AUTHOR :
  27. Antero Taivalsaari
  28.     
  29. COPYRIGHT:
  30. (c) 1993 Antero Taivalsaari
  31.  
  32. INTERNET SITES:
  33. ftp://cs.uta.fi/pub/kevo/
  34. ftp://ftp.uwtc.washington.edu/pub/Mac/Programming/Languages/
  35.  
  36. Old versions:
  37. ftp://ftp.switch.ch/software/mac/src/think_c/
  38. ftp://ftp.switch.ch/software/mac/src/LAST.UPDATED/9305/             
  39. ftp://nic.switch.ch/software/mac/src/think_c/
  40. ftp://nic.switch.ch/software/mac/src/LAST.UPDATED/9305/             
  41. ftp://asterix.inescn.pt/pub/forth/mac/
  42. ftp://hpcsos.col.hp.com/mirrors/forth/mac/
  43.  
  44.  
  45. *
  46. Date: Sun, 25 Jun 1995 17:29:03 +0300
  47. To: xpolakis@athena.compulink.gr
  48. From: jta@mofile.fi (mofile)
  49. Subject: KEVO
  50.  
  51.  
  52. Kevo is a placename in Northern Finland. As far as I know the word has no meaning in modern Finnish. I suspect that it is a word of the Sami language (the language of indigeneous Lapps)  which is related to the Finnish but distantly. You might get more information from the University of Helsinki at http://www.helsinki.fi/
  53.  
  54. Cheers,
  55.  
  56. Jarno Tarkoma
  57. jta@mofile.fi
  58.  
  59.  
  60.  
  61.                                                  2. MOPS
  62.  
  63.  
  64. Etymology: see README
  65.  
  66. PAGE:
  67. http://www.netaxs.com/~jayfar/mops.html
  68.  
  69. MAC NAME: Mops                                      
  70.  
  71. VERSION: 2.5.1                                 
  72.  
  73. README:
  74. "Mops is an object-oriented programming system, derived from the Neon language developed by Charles Duff and sold by Kriya, Inc.  Kriya have discontinued support for Neon, and have released all the source code into the public domain, retaining only the ownership of the name Neon.
  75. Mops is a complete re-implementation of Neon, with many additional enhancements.  It is also in the public domain.
  76. The name Mops could well be an acronym for "Mike's Object-oriented Programming System" but since I feel the computing world has enough acronyms already, I wouldn't want to be too dogmatic about this.  Hence we spell Mops as Mops, not MOPS."
  77.  
  78.  
  79. AUTHOR:
  80. Michael Hore
  81.     
  82. COPYRIGHT:
  83. (c) Nov. 1994 Michael Hore
  84.  
  85. INTERNET SITES:
  86. ftp://astro.uchicago.edu/pub/MAC/Yerk/
  87. ftp://taygeta.oc.nps.navy.mil/pub/Forth/Mops/
  88. ftp://ftp.uwtc.washington.edu/pub/Mac/Programming/Languages/
  89. Info-Mac
  90. UMich
  91. ftp://ftp.uni-paderborn.de/mac/development/languages/
  92.  
  93. Old versions:
  94. ftp://ftp.cygnus.com/pub/forth/
  95. ftp://nic.funet.fi/pub/languages/forth/cygnus/                                       
  96. http://sunsite.doc.ic.ac.uk/public/gnu/cygnus/forth/      
  97. ftp://nic.funet.fi/pub/languages/forth/cygnus/               
  98. ftp://asterix.inescn.pt/pub/forth/mac/                           
  99. ftp://hpcsos.col.hp.com/mirrors/forth/mac/
  100. ftp://ftp.switch.ch/software/mac/src/assembler/
  101. ftp://ftp.switch.ch/software/mac/src/LAST.UPDATED/9307/
  102. ftp://nic.switch.ch/software/mac/src/assembler/                         ftp://nic.switch.ch/software/mac/src/LAST.UPDATED/9307/                            
  103.  
  104.  
  105.  
  106.                                                  3. POCKET FORTH
  107.  
  108.  
  109. MAC NAME: Pocket Forth                                      
  110.  
  111. VERSION:  6.3                                
  112.  
  113. README:
  114. "Forth is a beautiful language. It is easily spoken and source code looks like poetry. Oh yes, Forth produces fast compact code. Pocket Forth is a small Forth system for the Macintosh computer, founded on well documented principals. Although Forth is being standardized, Pocket Forth has evolved independently of the standard.
  115. Pocket Forth is based on Flint by G. Yates Fletcher, figFORTH and the Forth described in Starting FORTH by Leo Brodie. I wrote Pocket Forth to experiment with the Macintosh toolbox and Apple Events. Pocket Forth can produce applications that run under any system version."
  116.  
  117. AUTHOR :
  118. C. Heilman
  119.     
  120. COPYRIGHT:
  121. (c) 1993 C. Heilman
  122.  
  123. INTERNET SITES:
  124. Info-Mac 
  125. ftp://ftp.leo.org/pub/comp/platforms/macintosh/dev/
  126. ftp://ftp.informatik.tu-muenchen.de/pub/comp/platforms/macintosh/dev/                                                                                                                                                        
  127. ftp://ftp.uwtc.washington.edu/pub/Mac/Programming/Languages/
  128. ftp://ftp.uni-paderborn.de/mac/development/languages/
  129. ftp://ftp.cc.utexas.edu/depts/AI_ATTIC/Languages/Pocketforth/
  130.  
  131.  
  132. Old versions:
  133. ftp://asterix.inescn.pt/pub/forth/mac/                                                
  134. ftp://hpcsos.col.hp.com/mirrors/forth/mac/                   
  135.  
  136.  
  137.  
  138.  
  139.                                                  4. THIS4TH
  140.  
  141.  
  142. MAC NAME:  This4th-00B01.MAC
  143.  
  144. VERSION: -                                 
  145.  
  146. README: -
  147.  
  148. AUTHOR :
  149. Wil Baden
  150.     
  151. COPYRIGHT: -
  152.  
  153. INTERNET SITES:
  154. ftp://taygeta.oc.nps.navy.mil/pub/Forth/ANS/
  155. ftp://ftp.cygnus.com/pub/forth/this4th/
  156. ftp://nic.funet.fi/pub/languages/forth/cygnus/this4th/
  157. http://sunsite.doc.ic.ac.uk/public/gnu/cygnus/forth/this4th/
  158. ftp://nic.funet.fi/pub/languages/forth/cygnus/this4th/
  159.  
  160.  
  161.  
  162.                                                  5. TIMBRE
  163.                                                    
  164. Etymology: see *
  165.  
  166. MAC NAME: Timbre                                     
  167.  
  168. VERSION: -                                 
  169.  
  170. README: -
  171.  "This disk contains:
  172.   - Timbre binaries for the Mac (Timbre), PC (TIMBRE.EXE), HP 9000 series 400 workstations (HP400) and HP 9000 series 700 workstations (HP700)
  173.   - source for compiling Timbre on the Mac, PC or a Unix system
  174.   - manual sections in postscript
  175.   - a Forth to C converter"
  176.  
  177. AUTHOR :
  178. Rob Chapman
  179.  
  180. COPYRIGHT: 
  181. Rob Chapman
  182.  
  183. INTERNET SITES:
  184. ftp://taygeta.oc.nps.navy.mil/pub/Forth/Reviewed/
  185. ftp://maccs.dcss.mcmaster.ca/public/pc/
  186. ftp://ftp.ugcs.caltech.edu/pub/ryip/stuff/
  187.  
  188. *
  189. From: Rob Chapman <rob@idacom.hp.com>
  190. To: xpolakis@athena.compulink.gr (Antreas P. Hatzipolakis)
  191. Date: Mon, 26 Jun 95 0:47:24 MDT
  192.  
  193. > I have a question about the name:
  194. > What is the etymology of TIMBRE?
  195.  
  196. The reference of the name is related to music in that an instrument with quality (richness in sound) has timbre.  Timbre is meant to be part of a computing instrument so that one might say about it: "It has Timbre".
  197.  
  198. Rob
  199.  
  200.  
  201.                                                  6. QFORTH
  202.  
  203.  
  204. MAC NAME: MacQForth                                      
  205.  
  206. VERSION: 1.0                                 
  207.  
  208. README:
  209. "MacQForth is a version of the Forth programming language.  Its 
  210. primary purpose is to teach Forth to beginning Forth programmers.  QForth itself was written for the Apple IIe by Toshiyasu Morita and is run on the Mac by a 65C02 microprocessor simulator.  For the most part, the code is identical to the Apple II version."
  211.  
  212.  
  213. AUTHORS:
  214. Apple II:
  215. Toshiyasu Morita  
  216. mac port:
  217. Ronald T. Kneusel
  218.     
  219. COPYRIGHT:
  220. (c) 1995 Ronald T. Kneusel
  221.  
  222. INTERNET SITES:
  223. Info-Mac
  224. ftp://ftp.leo.org/pub/comp/platforms/macintosh/dev/
  225. ftp://ftp.informatik.tu-muenchen.de/pub/comp/platforms/macintosh/dev/
  226.  
  227.  
  228.  
  229.                                                  7. YERK
  230.  
  231. Etymology: see README
  232.  
  233. MAC NAME: Yerk                                      
  234.  
  235. VERSION: 3.6.7                                
  236.  
  237. README:
  238. "Yerk is an object oriented language based on a Forth Kernel with some major modifications.  It was originally known as Neon, developed and sold as a product by Kriya Systems from 1985 to 1989. Several of us at The University of Chicago have maintained Yerk since its demise as a product. Because of the possible trademark conflict that Kriya mentions, we picked the name Yerk, which is at least not an acronym for anything, but rather stands for Yerkes Observatory, part of the Department of Astronomy and Astrophysics at U of C."
  239.  
  240.  
  241. AUTHOR:
  242. Bob Loewenstein
  243. Dept. of Astronomy and Astrophysics University of Chicago
  244. Yerkes Observatory Williams Bay, Wisconsin 
  245.     
  246. COPYRIGHT:
  247. (c) 1994 Bob Loewenstein
  248.  
  249. INTERNET SITES:
  250. ftp://astro.uchicago.edu/pub/MAC/Yerk/
  251. ftp://taygeta.oc.nps.navy.mil/pub/Forth/Yerk/
  252.  
  253. Old versions:
  254. ftp://ftp.uwtc.washington.edu/pub/Mac/Programming/Languages/ 
  255. ftp://nic.switch.ch/software/mac/src/assembler/                                  ftp://nic.switch.ch/software/mac/src/assembler/                                  ftp://ftp.switch.ch/software/mac/src/LAST.UPDATED/9307/                           ftp://ftp.switch.ch/software/mac/src/LAST.UPDATED/9307/                           
  256. ftp://asterix.inescn.pt/pub/forth/mac/                                           ftp://hpcsos.col.hp.com/mirrors/forth/mac/
  257.                                    
  258.  
  259.  
  260.